home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: The RISC OS Graphics CD / Acorn User: The RISC OS Graphics CD.iso / utilities / drawadds / _drawlots / _help < prev    next >
Encoding:
Text File  |  2000-08-13  |  5.1 KB  |  152 lines

  1.            !DrawLots
  2.            =========
  3.      
  4.         v2.32  13/8/2000
  5.  
  6. This little application sits on the icon bar, and 
  7.   produces Draw files of various geometric shapes.
  8.   Clicking on the icon-bar menu opens a window in
  9.   which the various choices are made.
  10.  
  11. The window has four sections, described below.
  12.  
  13. Groups
  14. =======
  15. In the top section, one of 4 sets of shapes may be selected.
  16. The shapes in the selected set are displayed in the second area:
  17.  
  18. Shapes
  19. ====== 
  20.  Curved   Arc
  21.           Sector
  22.           Segment
  23.           Ring segment   - setting angle to 360 gives ring
  24.           Curved Polygon (50p piece)
  25.           Cog  with square teeth
  26.             NB a cog with pointed teeth can be made from the Star
  27.                shape in the Other section.
  28.           Spiral   - of the form radius = constant*(angle ^ power)
  29.                NB These become VERY large if power>2 and Turns>2.
  30.                 power=1 gives the Archimedes (equiangular) spiral.
  31.           SineWave
  32.           Flower    - with smooth petals
  33.           Flower2   - with double petals
  34.       
  35.  4-sided  Curved Box  - a box with curved corners!
  36.           Cut Box     - a box with cut-out curved corners!
  37.           Kite         )  
  38.           Parallelogram)  - each defined in 2 ways
  39.           Trapezium    )
  40.           Arrowhead
  41.         
  42. Triangles Equilateral
  43.           Isosceles
  44.           Right-Angled
  45.           SSS
  46.           ASA
  47.           SAS
  48.           
  49. Other     Polygon
  50.           Star
  51.           Line star   ( lines joining vertices)   
  52.           George Cross
  53.           Andrew Cross
  54.           Maltese Cross - 2 versions
  55.           SquareSpiral       
  56.           GreekKey
  57.                            
  58. Drawfile style
  59. ==============
  60. in the third box, one of four line widths may be selected.
  61.   The dimensions can be specified in inches or cm.
  62.   If Fill is selected, a choice of winding rules may be made:
  63.    check on LineStar to see the difference.
  64.  
  65. Parameters
  66. ==========     
  67. The final box changes depending on the choice of shape, and allows 
  68. the necessary values for each shape to be entered in 2 or 3 writeable icons
  69.   eg  number of sides and their length for a polygon,
  70.       width, height and radius of curve for a cut or curved box. 
  71.       
  72. By default the shapes are all saved as black lines, filled in white if Fill
  73.   is selected, but the colours can easily be changed by changing
  74.   the system variables DrawLots$Fill & DrawLots$Line, in the !Run file or
  75.   at the command line. They should be set to &bbggrr00.
  76.           
  77. Incidentally, an effective frame can be made from a series 
  78.   of cut boxes of increasing line width and size. 
  79.   
  80. Preview
  81. =======
  82. Clicking the Preview button opens a window which displays the 
  83.   currently set shape. The shape is automatically redrawn after
  84.   changing any settings. The preview window has a coloured background 
  85.   to show up any filled shapes.  For the 3 and 4 sided shapes, a window 
  86.   will open given details of the sides and anlges of the shape.
  87.  
  88. Saving
  89. ======
  90. The shape can be saved, or dragged directly into !Draw, by 
  91. pressing Menu over the window, which gives a save box, Clicking on 
  92. the Save icon or from the icon-bar menu.      
  93.   
  94.   
  95. Defaults file
  96. ============
  97. The default shape, line width and units and default values for all the 
  98. shapes can be changed by editing the file !DrawLots.Defaults - the 
  99. format is fairly clear!
  100. The order of the shapes in each section can also be changed by changing 
  101. the order of the lines in this file - but KEEP A BACKUP before modifying 
  102. it, and do not change the numbers at the start of each line, or the 
  103. program will fail to work correctly.
  104.  
  105. For use with younger children, the lines corresponding to any unwanted
  106. shapes can be commented out by preceding them with | - they will then
  107. not appear on the display. Any group with no shapes will not appear 
  108. in the list. 
  109.  
  110. The icon-bar menu gives access to the Details file for editing, but the 
  111. new values will not take effect untl the program is re-rerun.
  112.  
  113.            
  114.  
  115. Any comments/suggestions/requests for new shapes/payment to
  116.  
  117. miskin@argonet.co.uk
  118.  
  119.      Mrs Rosemary Miskin
  120.      23 Hardwick Drive
  121.      Loughborough
  122.      LE11 4TJ
  123.      
  124. Versions:
  125. 2.32 Aug 2000 Minor bug-fix
  126. 2.31 Apr 1999 Second Maltese cross added
  127. 2.30 Feb 1999 Shapes grouped into 4 sets
  128.               3&4 sided shapes expanded &
  129.                   info window added
  130.               Window made more customisable.    
  131. 2.21 Jan 1998 Added triangles
  132.               Shaded unused parameter icons
  133.               Added flexbility to Kite
  134. 2.2  Apr 1997 Added sine curve, flowers, square spiral, greek key
  135.               Option to change default shape
  136. 2.15 Mar 1997 Fixed obscure bug with saving to Draw windows  
  137. 2.14 Feb 1995 Added Ring segment,Arrowhead
  138.               Preview improved - scaling removed
  139.               Square cog improved
  140.               Fill option added              
  141. 2.12 Nov 1994 Added Curved polygon, cogs & spiral.            
  142.               Added Trapezium,//gram
  143. 2.10 Oct 1994 Preview window to see defined shapes
  144.               Bugfix in curved boxes.(!)
  145. 2.01 Sep 1993 Bugfix in curved boxes.
  146. 2.00 Sep 1992 Main window introduced for setting-up
  147.               Increased range of shapes
  148. 1.00          Selection from menus
  149.  
  150.               
  151.  
  152.